home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / COMMUNIC / 2500.ZIP / PORTFIND.ZIP / PF_SYS.DOC < prev    next >
Text File  |  1990-07-07  |  2KB  |  38 lines

  1. The Port Finder package now includes a Port Finder device driver which
  2. is called PF.SYS.  This device driver is loaded from your CONFIG.SYS
  3. file which is located in the root directory of your boot disk (either
  4. A: or C: drive).  To use PF.SYS add the following line to your 
  5. CONFIG.SYS file.
  6.  
  7. device=d:\path\PF.SYS [parm1] [parm2]
  8.  
  9. where d:\ is your boot disk (either A:\ or C:\)
  10.  
  11. path\ is the directory where PF.SYS is located (can be ommitted if
  12. located in the root directory of boot disk)
  13.  
  14. [parm1] [parm2] are optional parameters, they are:
  15.  
  16. C12    =    Swap COM1 and COM2 ports
  17. C13    =    Swap COM1 and COM3 ports
  18. C14    =    Swap COM1 and COM4 ports
  19. C23    =    Swap COM2 and COM3 ports
  20. C24    =    Swap COM2 and COM4 ports
  21. C34    =    Swap COM3 and COM4 ports
  22.  
  23. If PF.SYS is located in the root directory of the C: drive you would
  24. simply enter any where in your CONFIG.SYS file (or before another
  25. device driver that can use COM3 or COM4) the following line (In addition
  26. if you wanted to swap the COM1 and COM3 ports add the c13):
  27.  
  28. device=c:\pf.sys c13
  29.  
  30. You can still use PF.COM to swap both COM and LPT ports.  PF.SYS and
  31. PF.COM activate COM3 and COM4 the same and one is not better than the 
  32. other.  If you do have a COM3 or COM4 port you should either have
  33. PF.SYS loaded in your CONFIG.SYS file or PF.COM in your AUTOEXEC.BAT
  34. file.  You need not have both.  PF.SYS is only REQUIRED if you are
  35. loading another device driver in your CONFIG.SYS file that can use
  36. either COM3 or COM4, then the PF.SYS file should be loaded before
  37. that device driver.
  38.